@charset "utf-8";
/* synlcss */
.HomePage_Product_top{
	width: 100%;
	height: auto;
	position: relative;
	transform: translateY(-400px);
	opacity: 0;
}
.HomePage_Product_top>div p:nth-of-type(1){
	font-size: 40px;
	font-weight: bold;
	color: #6e6e6e;
}
.HomePage_Product_top>div p:nth-of-type(2){
	font-size: 18px;
	color: #a3a3a3;
	font-family: "Arial";
	letter-spacing: 2px;
}
.HomePage_Product_top>div{
	width: 196px;
	height: auto;
	text-align: center;
	margin: 76px auto;
}
.HomePage_Product_btm{
	width: 80%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	transform: translateY(1000px);
	opacity: 0;
}
.ani_page{
	transform: translateY(0)!important;
	opacity: 1;
	transition: all 1s;
}
.HomePage_Product_btm>div{
	width: 25%;
	float: left;
}
.HomePage_Product_btm_02>a>div:nth-of-type(1){
	background-color: blue;
	background-size: 100% 358px;
	position: relative;
	text-align: center;
}
.HomePage_Product_btm_02>a>div:nth-of-type(1) img{
	padding: 133px 0 143px 0;
	max-width: 100%;
}
.HomePage_Product_btm_02>a>div:nth-of-type(2)
{
	background-color: #fff;
	padding: 50px 0;
	box-sizing: border-box;
	border-right: 1px solid #f4f4f4;
}
.HomePage_Product_btm_02>a>div:nth-of-type(2) p{
	text-align: center;
}
.HomePage_Product_btm_02>a>div:nth-of-type(2) p:nth-of-type(1)
{
	font-size: 24px;
	color: #737373;
	font-weight: bold;
}
.HomePage_Product_btm_02>a>div:nth-of-type(2) p:nth-of-type(2)
{
	font-size: 22px;
	color: #737373;
	padding-top: 4px;
	box-sizing:border-box;
	font-family: 'Arial';
	font-weight: 200;
}
.HomePage_Product_btm_02>a>div:nth-of-type(2) p:nth-of-type(3)
{
	font-size: 18px;
	color: #9a9a9a;
	padding-top: 22px;
	box-sizing:border-box;
}
.HomePage_Journalism{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.HomePage_btn_02{
	width: 138px;
    height: 26px;
    border-radius: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 12px;
	font-size: 26px;
	color: #929292;
    border: 1px solid #b1b1b1;
    position: absolute;
    bottom: 89px;
	left: 50%;
	margin-left: -69px;
	transform: translateY(1000px);
}
.HomePage_Journalism_btm{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 240px;
	margin-bottom: 160px;
	position: relative;
	transform: translateY(1000px);
}
.HomePage_btn_02:hover{
	background-color:#0088FE;
	border: 1px solid #fff;
}
.HomePage_btn_02:hover a{
	color: #fff;
}
.HomePage_Journalism_btm>div{
	width: 30%;
	height: auto;
	float: left;
	margin-right: 5%;
}
.Journalism_spans{
	content: ''; 
	display: inline-block;
	width: 0px;
	border-top: 1px solid #0088FE;
	transition: all .75s;
	position: relative;
	top: -6px;
}
.HomePage_Product_btm>div:hover div:nth-child(2){
	transition: all .75s;
	background-color: #dcf1ff;
}
.HomePage_Journalism_btm>div:hover .Journalism_spans{
	transition: all .75s;
	width: 30px;
	margin-right: 10px;
	top: -6px;
}
.HomePage_Journalism_btm>div:hover p:nth-child(2){
	color: #0088FE;
}
.HomePage_Journalism_btm>div:last-child{
	margin-right: 0;
}
.HomePage_Journalism_btm>div p:nth-child(1){
	font-size: 12px;
	color: #666666;
	font-family: 'Verdana';
}
.HomePage_Journalism_btm>div p:nth-child(2){
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin-top:28px;
	margin-bottom: 46px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.HomePage_Journalism_btm>div p:nth-child(3){
	font-size: 14px;
	line-height: 24px;
	color: #ababab;
}
.HomePage_Journalism_btm>div p:nth-child(4){
	font-size: 20px;
	color: #939393;
	font-weight: bold;
	margin-top: 16px;
	letter-spacing: 2px;
}
@media screen and (max-width: 1680px) {
	.HomePage_Product_top{
		width: 100%;
		height: auto;
		position: relative;
		transform: translateY(-400px);
		opacity: 0;
	}
	.HomePage_Product_top>div p:nth-of-type(1){
		font-size: 36px;
		font-weight: bold;
		color: #6e6e6e;
	}
	.HomePage_Product_top>div p:nth-of-type(2){
		font-size: 16px;
		color: #a3a3a3;
		font-family: "Arial";
		letter-spacing: 2px;
	}
	.HomePage_Product_top>div{
		width: 196px;
		height: auto;
		text-align: center;
		margin: 66px auto;
	}
	.HomePage_Product_btm{
		width: 80%;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
		transform: translateY(1000px);
		opacity: 0;
	}
	.ani_page{
		transform: translateY(0)!important;
		opacity: 1;
		transition: all 1s;
	}
	.HomePage_Product_btm>div{
		width: 25%;
		float: left;
	}
	.HomePage_Product_btm_02>a>div:nth-of-type(1){
		background-color: blue;
		background-size: 100% 358px;
		position: relative;
		text-align: center;
	}
	.HomePage_Product_btm_02>a>div:nth-of-type(1) img{
		padding: 134px 0 142px 0;
		max-width: 100%;
	}
	.HomePage_Product_btm_02>a>div:nth-of-type(2)
	{
		background-color: #fff;
		padding: 50px 0;
		box-sizing: border-box;
		border-right: 1px solid #f4f4f4;
	}
	.HomePage_Product_btm_02>a>div:nth-of-type(2) p{
		text-align: center;
	}
	.HomePage_Product_btm_02>a>div:nth-of-type(2) p:nth-of-type(1)
	{
		font-size: 22px;
		color: #737373;
		font-weight: bold;
	}
	.HomePage_Product_btm_02>a>div:nth-of-type(2) p:nth-of-type(2)
	{
		font-size: 20px;
		color: #737373;
		padding-top: 4px;
		box-sizing:border-box;
		font-family: 'Arial';
		font-weight: 200;
	}
	.HomePage_Product_btm_02>a>div:nth-of-type(2) p:nth-of-type(3)
	{
		font-size: 16px;
		color: #9a9a9a;
		padding-top: 22px;
		box-sizing:border-box;
	}
	.HomePage_Journalism{
		width: 100%;
		/*height: 618px;*/
		position: relative;
		overflow: hidden;
	}
	.HomePage_btn_02{
		width: 138px;
	    height: 26px;
	    border-radius: 20px;
		text-align: center;
		font-weight: bold;
		line-height: 12px;
		font-size: 24px;
		color: #929292;
	    border: 1px solid #b1b1b1;
	    position: absolute;
	    bottom: 89px;
		left: 50%;
		margin-left: -69px;
		transform: translateY(1000px);
	}
	.HomePage_Journalism_btm{
		width: 100%;
		height: auto;
		overflow: hidden;
		box-sizing: border-box;
		padding: 0 200px;
		position: relative;
		margin-bottom: 160px;
		transform: translateY(1000px);
	}
	.HomePage_btn_02:hover{
		background-color:#0088FE;
		border: 1px solid #fff;
	}
	.HomePage_btn_02:hover a{
		color: #fff;
	}
	.HomePage_Journalism_btm>div{
		width: 30%;
		height: auto;
		float: left;
		margin-right: 5%;
	}
	.Journalism_spans{
		content: ''; 
		display: inline-block;
		width: 0px;
		border-top: 1px solid #0088FE;
		transition: all .75s;
		position: relative;
		top: -6px;
	}
	.HomePage_Product_btm>div:hover div:nth-child(2){
		transition: all .75s;
		background-color: #dcf1ff;
	}
	.HomePage_Journalism_btm>div:hover .Journalism_spans{
		transition: all .75s;
		width: 30px;
		margin-right: 10px;
		top: -6px;
	}
	.HomePage_Journalism_btm>div:hover p:nth-child(2){
		color: #0088FE;
	}
	.HomePage_Journalism_btm>div:last-child{
		margin-right: 0;
	}
	.HomePage_Journalism_btm>div p:nth-child(1){
		font-size: 14px;
		color: #666666;
		font-family: 'Verdana';
	}
	.HomePage_Journalism_btm>div p:nth-child(2){
		font-size: 16px;
		color: #000;
		font-weight: bold;
		margin-top:28px;
		margin-bottom: 46px;
		position: relative;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.HomePage_Journalism_btm>div p:nth-child(3){
		font-size: 14px;
		line-height: 24px;
		color: #ababab;
	}
	.HomePage_Journalism_btm>div p:nth-child(4){
		font-size: 18px;
		color: #939393;
		font-weight: bold;
		margin-top: 16px;
		letter-spacing: 2px;
	}
}
@media screen and (max-width: 1440px) {
	.HomePage_Product_top{
		width: 100%;
		height: auto;
		position: relative;
		transform: translateY(-400px);
		opacity: 0;
	}
	.HomePage_Product_top>div p:nth-of-type(1){
		font-size: 32px;
		font-weight: bold;
		color: #6e6e6e;
	}
	.HomePage_Product_top>div p:nth-of-type(2){
		font-size: 14px;
		color: #a3a3a3;
		font-family: "Arial";
		letter-spacing: 2px;
	}
	.HomePage_Product_top>div{
		width: 196px;
		height: auto;
		text-align: center;
		margin: 56px auto;
	}
	.HomePage_Product_btm{
		width: 80%;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
		transform: translateY(1000px);
		opacity: 0;
	}
	.ani_page{
		transform: translateY(0)!important;
		opacity: 1;
		transition: all 1s;
	}
	.HomePage_Product_btm>div{
		width: 25%;
		float: left;
	}
	.HomePage_Product_btm_02>a>div:nth-of-type(1)
	{
		background-color: blue;
		background-size: 100% 358px;
		position: relative;
		text-align: center;
	}
	.HomePage_Product_btm_02>a>div:nth-of-type(1) img{
		padding: 113px 0 123px 0;
		max-width: 100%;
	}
	.HomePage_Product_btm_02>a>div:nth-of-type(2)
	{
		background-color: #fff;
		padding: 50px 0;
		box-sizing: border-box;
		border-right: 1px solid #f4f4f4;
	}
	.HomePage_Product_btm_02>a>div:nth-of-type(2) p{
		text-align: center;
	}
	.HomePage_Product_btm_02>a>div:nth-of-type(2) p:nth-of-type(1){
		font-size: 20px;
		color: #737373;
		font-weight: bold;
	}
	.HomePage_Product_btm_02>a>div:nth-of-type(2) p:nth-of-type(2){
		font-size: 18px;
		color: #737373;
		padding-top: 4px;
		box-sizing:border-box;
		font-family: 'Arial';
		font-weight: 200;
	}
	.HomePage_Product_btm_02>a>div:nth-of-type(2) p:nth-of-type(3){
		font-size: 14px;
		color: #9a9a9a;
		padding-top: 22px;
		box-sizing:border-box;
	}
	.HomePage_Journalism{
		width: 100%;
		/*height: 618px;*/
		position: relative;
		overflow: hidden;
	}
	.HomePage_btn_02{
		width: 138px;
	    height: 26px;
	    border-radius: 20px;
		text-align: center;
		font-weight: bold;
		line-height: 12px;
		font-size: 22px;
		color: #929292;
	    border: 1px solid #b1b1b1;
	    position: absolute;
	    bottom: 89px;
		left: 50%;
		margin-left: -69px;
		transform: translateY(1000px);
	}
	.HomePage_Journalism_btm{
		width: 100%;
		height: auto;
		overflow: hidden;
		box-sizing: border-box;
		padding: 0 160px;
		margin-bottom: 160px;
		position: relative;
		transform: translateY(1000px);
	}
	.HomePage_btn_02:hover{
		background-color:#0088FE;
		border: 1px solid #fff;
	}
	.HomePage_btn_02:hover a{
		color: #fff;
	}
	.HomePage_Journalism_btm>div{
		width: 30%;
		height: auto;
		float: left;
		margin-right: 5%;
	}
	.Journalism_spans{
		content: ''; 
		display: inline-block;
		width: 0px;
		border-top: 1px solid #0088FE;
		transition: all .75s;
		position: relative;
		top: -6px;
	}
	.HomePage_Product_btm>div:hover div:nth-child(2){
		transition: all .75s;
		background-color: #dcf1ff;
	}
	.HomePage_Journalism_btm>div:hover .Journalism_spans{
		transition: all .75s;
		width: 30px;
		margin-right: 10px;
		top: -6px;
	}
	.HomePage_Journalism_btm>div:hover p:nth-child(2){
		color: #0088FE;
	}
	.HomePage_Journalism_btm>div:last-child{
		margin-right: 0;
	}
	.HomePage_Journalism_btm>div p:nth-child(1){
		font-size: 14px;
		color: #666666;
		font-family: 'Verdana';
	}
	.HomePage_Journalism_btm>div p:nth-child(2){
		font-size: 14px;
		color: #000;
		font-weight: bold;
		margin-top:28px;
		margin-bottom: 46px;
		position: relative;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.HomePage_Journalism_btm>div p:nth-child(3){
		font-size: 14px;
		line-height: 24px;
		color: #ababab;
	}
	.HomePage_Journalism_btm>div p:nth-child(4){
		font-size: 16px;
		color: #939393;
		font-weight: bold;
		margin-top: 16px;
		letter-spacing: 2px;
	}
}
@media screen and (max-width: 1360px) {
	.HomePage_Product_top>div p:nth-of-type(1){
		font-size: 36px;
	}
	.HomePage_Product_top>div p:nth-of-type(2){
		font-size: 16px;
	}
}
@media screen and (max-width: 1270px) {
	.HomePage_Product_btm{
		width: 100%;
		padding: 0 30px;
		margin: 0;
		box-sizing: border-box;
	}
	.HomePage_Product_btm>div{
		width: 50%;
	}
	 .HomePage_Product_btm_02>a>div:nth-of-type(2)
	 {
		padding: 30px 0;
		margin-bottom: 40px;
	}
	.HomePage_Journalism{
		height: auto;
	}
	.HomePage_Journalism_btm{
		padding: 0 30px;
	}
	.HomePage_Journalism_btm>div{
		width: 100%;
		float: none;
		padding-bottom: 40px;
	}
	.HomePage_Product_top{
		height: 120px;
	}
	.HomePage_Journalism_btm>div p:nth-child(2){
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.HomePage_Journalism_btm>div p:nth-child(1),.HomePage_Journalism_btm>div p:nth-child(3){
		font-size: 12px;
	}
	.HomePage_Journalism_btm>div p:nth-child(2){
		font-size: 16px;
	}
	.HomePage_btn_02{
		bottom: 2%;
	}
	.HomePage_Journalism_btm{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 600px) {
	.HomePage_Product_btm{
		width: 100%;
		padding: 0 30px;
		margin: 0;
		box-sizing: border-box;
	}
	.HomePage_Product_btm>div{
		width: 100%;
		float: none;
	}
	.HomePage_Product_btm_02>a>div:nth-of-type(2)
	{
		padding: 30px 0;
		margin-bottom: 40px;
	}
	.HomePage_Journalism{
		height: auto;
	}
	.HomePage_Journalism_btm{
		padding: 0 30px;
	}
	.HomePage_Journalism_btm>div{
		width: 100%;
		float: none;
		padding-bottom: 40px;
	}
	.HomePage_Product_top{
		height: 60px;
		padding-top: 30px;
	}
	.HomePage_Product_btm_04>a>div:last-of-type{
		margin: 0;
	}
	.HomePage_Product_top>div p:nth-of-type(1){
		font-size: 20px;
	}
	.HomePage_Product_top>div p:nth-of-type(2){
		font-size: 14px;
	}
	.HomePage_Product_btm_02>a>div:nth-of-type(1) img{
		padding: 30px 0 30px 0;
		width: 20%;
	}
	.HomePage_Product_btm_02>a>div:nth-of-type(2)
	{
		padding: 12px 0;
	}
	.HomePage_Product_btm_02>a>div:nth-of-type(2) p:nth-of-type(3)
	{
		padding-top: 12px;
	}
	.HomePage_Product_btm_02>a>div:nth-of-type(2) p:nth-of-type(1)
	{
		font-size: 16px;
	}
	.HomePage_Product_btm_02>a>div:nth-of-type(2) p:nth-of-type(2)
	{
		font-size: 14px;
	}
	.HomePage_Product_top>div{
		margin: 0 auto;
	}
}
@media screen and (max-width: 500px) {
	#swiper_1>.swiper-wrapper>.swiper-slide:nth-of-type(3) .banner_title1{
		transform: scale(0.2) translateY(-120%);
	}
}
/* nrynlcss */
.anyo{ height:auto; overflow:hidden; margin-bottom:40px;}
.rmbi_t{ height:46px; border-left:3px solid #0088FE; padding-top:25px; padding-left:17px; color:#130e0b; font-size:16px; margin-bottom:30px;}
.rmbi_b{ height:auto; overflow:hidden; padding:0 20px;}
.rmbi_b li{ float:left; width:50%; padding-left:29px; line-height:24px; color:#5f5f5f; font-size:14px; margin-bottom:20px;}
.rmbi_b li a{ color:#5f5f5f; font-size:14px;}
.rmbi_b li a:hover{ color:#ce0000;text-decoration:none;}
@media(max-width:320px){
.rmbi_b li{ float:left; width:100%; padding-left:29px; line-height:24px; color:#5f5f5f; font-size:14px; margin-bottom:20px;}
}
.xgwz{ clear:both; height:auto; overflow:hidden; border:1px solid #eee; background:#fff; padding-bottom:20px;}
.xwgz_l{ float:left; width:50%; height:auto;}
.rmbi_bc{ height:auto; overflow:hidden; border-right:1px solid #eee; padding:0 24px;}
.rmbi_bc li{ line-height:30px;padding-left:20px; clear:both; overflow:hidden; cursor:pointer;}
.rmbi_bc li a{ display:block; float:left; width:70%;overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#666666; font-size:14px;}
.rmbi_bc li:hover a,.rmbi_bc li:hover span{ color:#0088FE;text-decoration:none;}
.rmbi_bc li span{ float:right; color:#cccccc; font-size:16px;}
.xgwz_r{ float:right; width:50%; height:auto; padding:0 23px;}
.rmbi_t1{ height:46px;padding-top:25px; color:#130e0b; font-size:16px; margin-bottom:30px;}
.rmbi_bc1{ height:auto; overflow:hidden;}
.rmbi_bc1 li{ line-height:30px; background:url(../images/bg11.jpg) no-repeat left 13px; padding-left:20px; clear:both; overflow:hidden; cursor:pointer;}
.rmbi_bc1 li a{ display:block; float:left; width:70%;overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#666666; font-size:14px;}
.rmbi_bc1 li:hover a,.rmbi_bc1 li:hover span{ color:#0088FE;text-decoration:none;}
.rmbi_bc1 li span{ float:right; color:#cccccc; font-size:16px;}
@media(max-width:768px){
.xwgz_l{ float:left; width:100%; height:auto;}
.xgwz_r{ float:right; width:100%; height:auto; padding:0 23px;}
}
@media(max-width:414px){
.rmbi_bc li a{ display:block; float:left; width:60%;overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#666666; font-size:14px;}
.rmbi_bc1 li a{ display:block; float:left; width:60%;overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#666666; font-size:14px;}
}
@media(max-width:320px){
.rmbi_bc li a{ display:block; float:left; width:100%;overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#666666; font-size:14px;}
.rmbi_bc1 li a{ display:block; float:left; width:100%;overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#666666; font-size:14px;}
.rmbi_bc1 li span{ float:left; color:#cccccc; font-size:16px;}
.rmbi_bc li span{ float:left; color:#cccccc; font-size:16px;}
}
.container_nl {
padding-right:15px;
padding-left:15px;
margin-top:20px;
margin-right:auto;
margin-left:auto
}
@media (min-width:768px) {
.container_nl {
width:750px
}
}@media (min-width:992px) {
.container_nl {
width:960px
}
}@media (min-width:1200px) {
.container_nl {
width:960px
}
}
.container_nl,.anyo,.xgwz,.xwgz_l,.xgwz_r,.rmbi_t,.rmbi_bc,.rmbi_t1,.rmbi_bc1{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
.rmbi_bc1 ul,.rmbi_bc ul{
font-size:14px;
font-weight:normal;
word-break: normal;
word-wrap: break-word;
font-style:normal;
padding:0px;
margin:0;
}
.rmbi_bc1 ul li,.rmbi_bc ul li{
font-size:14px;
font-weight:normal;
word-break: normal;
word-wrap: break-word;
font-style:normal;
padding:0px;
margin:0;
}
.rmbi_bc1 ul li a,.rmbi_bc ul li a{
font-size:14px;
font-weight:normal;
word-break: normal;
word-wrap: break-word;
font-style:normal;
padding:0px;
margin:0;
}